projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d122a30
)
Fix dupe word in documentation
author
Sebastian Waisbrot
<seppo0010@gmail.com>
Wed, 15 Feb 2017 17:27:58 +0000
(14:27 -0300)
committer
Sebastian Waisbrot
<seppo0010@gmail.com>
Wed, 15 Feb 2017 17:27:58 +0000
(14:27 -0300)
src/doc/guide.md
patch
|
blob
|
history
diff --git
a/src/doc/guide.md
b/src/doc/guide.md
index d955a52b2bf192ea7067cc9b35bf9134d0c65884..8ca9f4b9cdb3090957ce0b685436472281985453 100644
(file)
--- a/
src/doc/guide.md
+++ b/
src/doc/guide.md
@@
-489,7
+489,6
@@
In the future, more variables may be added. Suggestions welcome!
The available templating functions are:
- `toml-escape`: Escapes a string for use in a TOML file.
- file.
- `html-escape`: Escapes a string for use in a HTML file.
There is more documentation available on the [Handlebars